Parallel Coordinate System with Time Series Data
Date Struct Reference

representing a Date More...

#include <Calendar.h>

Public Member Functions

 Date ()
 
 Date (int y, int m, int d)
 
bool operator== (const Date &o) const
 
bool operator< (const Date &o) const
 
std::string toString ()
 

Public Attributes

int year
 
int month
 
int day
 

Detailed Description

representing a Date

Author
Depner, Gamsjaeger
Date
05.06.2021

Constructor & Destructor Documentation

◆ Date() [1/2]

Date::Date ( )
inline

◆ Date() [2/2]

Date::Date ( int  y,
int  m,
int  d 
)
inline

Member Function Documentation

◆ operator<()

bool Date::operator< ( const Date o) const
inline

◆ operator==()

bool Date::operator== ( const Date o) const
inline

◆ toString()

std::string Date::toString ( )
inline

Member Data Documentation

◆ day

int Date::day

◆ month

int Date::month

◆ year

int Date::year

The documentation for this struct was generated from the following file: